<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* design by pcfinal*/

* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:"宋体";
	font-size:12px;
	background:#d6d6d6;
}
.layout {
	width:980px;
	margin:0 auto;/*居中*/
}
.clear {
	clear:both;/*清除浮动*/
}
img {
	
}
li {
	line-height:22px;/*全局列表行高*/
	list-style:none;
}
h1 {
	font-size:12px;
	color: #484848;
}
h2 {
	font-size:12px;
	color: #000;
	font-weight:bold;
}
h3 {
	font-size:12px;
	color: #fff;
	font-weight:bold;
}
p {
	line-height:22px;
}
a {
	color: #484848;
	text-decoration:none;
}
a:hover {
	color: #255cb8;
	text-decoration:no;
}
/*头部开始*/
#top_bg {
	background:url(top_bg.gif) repeat-x;
	height:86px;
}
#top {
	height:86px;
	background:url(logo.png) no-repeat;
}
#top_menu {
	height:20px;
	width:200px;
	text-align:right;
	float:right;
	padding-right:10px;
	padding-top:8px;
}
#banner_bg {
	padding-top:10px;
	padding-bottom:10px;
}.banner {
	width:960px;
	height:300px;
	margin:0 auto;
	background:#000;
}
/*头部结束*/

/*导航条开始*/
#nav_bg {
	height:40px;
	background:url(nav_bg.gif) repeat-x;
}
#nav {

}
.nav {
	float:left;
	height:40px;
}
.nav ul li {
	display: inline; float: left; background:url(nav_line.gif) left no-repeat;
}
.nav ul li a {
	text-align: center; line-height: 40px; width: 120px; display: block; font-size:13px; color:#000; font-weight:bold;
}
.nav ul li a:hover {
	background:url(nav_hover.gif) center no-repeat scroll; text-decoration:none; color:#fff; font-weight:bold;
}
/*导航条结束*/
/*主体开始*/
#content {
	background:#FFF;
}
.clear{
	clear:both;
}
#left {
	width:264px;
	float:left;
	margin-left:10px;
	overflow:hidden;
}
.left_title {
	height:29px;
	line-height:29px;
	padding-left:40px;
	background:url(left_title.gif) no-repeat;
}
.left_body {
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #CCC;
	border-top:none;
	background:#F9F9F9;
	overflow:hidden;
	zoom:1;
}
.left_body p{
	padding: 0 10px;
}
.left_body ul li{
	border-bottom:1px dashed #999999;
	height:35px;
}
.left_body ul li a{
	margin-bottom:1px;
	font-size:12px;
	line-height:35px;
	display:block;
	padding-left:50px;
}
.left_body li a:hover{
	display:block;
	color:#255cb8;
	background:url(left_bg_hov.jpg) repeat-x;
}

.left_body_news {
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
	background:#f9f9f9;
	border:1px solid #CCC;
	border-top:none;
	margin-bottom:10px;
}
.left_body_news ul{

}
.left_body_news li{
	border-bottom:1px dashed #666666;
	padding-left:10px;
	margin-bottom:1px;
	font-size:12px;
	line-height:24px;
}
.left_body_news li a{
	padding-left:10px;
}

#right {
	width:686px;
	float:right;
	margin-right:10px;
	background:#f9f9f9;
	overflow:hidden;
}
.right_title {
	height:29px;
	line-height:29px;
	padding-left:40px;
	background:url(right_title.gif) no-repeat;
}
.right_title_common {
	height:29px;
	line-height:29px;
	padding-left:10px;
	border-bottom:2px solid #972105;
	
}
.right_title_common h2 a{
	color:#000;
}
.right_body {
    padding-top:3px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:10px;
	border:1px solid #CCC;
	border-top:none;
	background:#F9F9F9;
	overflow:hidden;
	zoom:1;
	line-height:25px;
	margin-bottom:10px;
}
.right_body dl{
	margin-top:10px;
	margin-bottom:5px;
	border:#CCC solid 1px;
	float:left;
	margin-left:6px;
	text-align:center;
	padding:2px;
}
.right_body dl dd img{
	border:none;
}
.right_body dl dt{
	text-align:center;
	line-height:25px;
	background:#e9e9e9;
}


.products li {
	float:left;
	text-align:center;
	padding-left:22px;
	padding-bottom:5px;
}
.products img {
	padding:2px;
	border:1px solid #deddd8;
}
.products a:hover img {
	border:1px solid  #c1c1c1;
}
.products a {
	line-height:20px;
}
/*主体结束*/


/*底部开始*/
#friendlinks {
	border:1px solid #dcdcdc;
	background:#f0f0f0;
	color:#000;
	height:30px;
	line-height:30px;
}
#footer_bg {
	height:90px;
	background:url(footer_bg.gif) repeat-x;
	border-top:#972105 3px solid;
}
#footer {
	color:#000;
	height:70px;
	padding-top:10px;
	text-align:center;
}
/*底部结束*/
</pre></body></html>